revMoveToPreviousRecord
Type
command
Summary
Moves to the previous record in a record set.
Syntax
revMoveToPreviousRecord <recordSetID>
Description
Use the revMoveToPreviousRecord command to move around within the selected set of records.
Not all databases support the revMoveToPreviousRecord command. Currently the revMoveToPreviousRecord command is not supported by Oracle databases and certain ODBC data sources.
The revMoveToPreviousRecord command is part of the Database library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure both the "Database" library checkbox and those of the database drivers you are using are checked.
Parameters
Name | Type | Description |
---|---|---|
recordSetID | The number returned by the revQueryDatabase function when the record set was created. |
Examples
revMoveToPreviousRecord 31
revMoveToPreviousRecord testResults
Related
command: revMoveToNextRecord
control structure: function
function: revQueryIsAtStart
glossary: LiveCode custom library, Standalone Application Settings, record, command, record set, standalone application, database
keyword: string
library: Database library
Compatibility and Support
Introduced
LiveCode 2.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile